docs: format README code blocks for ruff 0.16 - #98
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan includes up to 3 reviews per rolling hour; 2 remain after this review. 📝 WalkthroughWalkthroughThe README now has additional blank lines in the synchronous client, asynchronous client, and Pydantic model examples. No code behavior or public declarations changed. ChangesREADME example formatting
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This is a localized README whitespace-only change that restores formatting-tool compatibility; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Master CI's lint job fails because the unpinned ruff-action picked up ruff 0.16, which now formats Python code blocks inside markdown files. This reformats the README's examples (two blank lines around top-level definitions) so
ruff format --checkpasses again.Whitespace-only change; verified
ruff format --check .andruff check .pass with ruff 0.16.3.Summary by CodeRabbit